this.initReceiveClient();
this.SUBSCRIBER.start();
}
int loop = this.getIterationCount();
this.SUBSCRIBER.setLoop(loop);
this.SUBSCRIBER.resume();
this.initReceiveClient();
this.SUBSCRIBER.start();
}
this.loop = this.getIterationCount();
this.SUBSCRIBER.setLoop(this.loop);
result.sampleStart();